home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : UNPAGE
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : wis_ada at mitre
- -- AUTHOR : Mitre Corp.
- -- COPYRIGHT :
- -- DATE CREATED : 21 JAN 85
- -- DATE RELEASED : 29 JAN 85
- -- DATE LAST UPDATED : 21 JAN 85
- -- LOCATION : ASR
- -- ENVIRONMENT : Intellimac 7000M
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TEXT MANIPULATION
- -- CATEGORY LEVEL 2 : FILE CONCATENATION
- -- CATEGORY LEVEL 3 : Unpage
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Table builder
- -- KEYWORD : Text formatter
- -- INDEX : Table Builder
- -- INDEX : Text Formatter
- -- INDEX : Formatter, Text
- -- INDEX : UNPAGE
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.PAGER>UNPAGE.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.PAGER>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- UNPAGE.ADA 5618 171
- -- UNPAGE.PRO 3660 84
- -- =============== ========== ==========
- -- 2 Files 9278 255
- --= ABSTRACT ===============================================--
- -- UNPAGE is a program which complements the UNIX page command.
- -- The UNIX page command can be used to combine several source files,
- -- interspersing file headers of the form:
- --
- -- ::::::::::
- -- FILENAME
- -- ::::::::::
- --
- -- UNPAGE reads such a file breaking the subfiles into separate
- -- files as indicated by the filename headers. UNPAGE has been enhanced
- -- to also recognize file headers which have the format of an Ada
- -- comment:
- --
- -- --::::::::::
- -- --FILENAME
- -- --::::::::::
- --
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 12/15/84 1.0 Mitre Corp Initial Release
- -- 01/21/85 1.0 Mitre Corp Add recognition of
- -- --:::::::::::
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- --
- -- Restrictions on use or distribution: Although there are
- -- no current plans to provide maintenance for UNPAGE,
- -- we would appreciate your reporting problems and
- -- experiences to:
- --
- -- wis_ada at mitre (net address)
- --
- -- or call at:
- --
- -- (703) 883-7697
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-